properties java 8 maven in pom xml

119

properties java 8 maven in pom xml -

<properties>
    <maven.compiler.source>1.8</maven.compiler.source>
    <maven.compiler.target>1.8</maven.compiler.target>
</properties>

Comments

Submit
0 Comments